-
Notifications
You must be signed in to change notification settings - Fork 386
Add tf prefix helper and test #2803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tf prefix helper and test #2803
Conversation
christophfroehlich
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Could you please update the diff_drive PR, so that we see the final usage?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2803 +/- ##
==========================================
- Coverage 89.64% 89.63% -0.02%
==========================================
Files 152 155 +3
Lines 17815 17834 +19
Branches 1455 1459 +4
==========================================
+ Hits 15971 15985 +14
- Misses 1260 1263 +3
- Partials 584 586 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
saikishor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving as it serves the purpose.
Adding some nitpicks for future reference
cbd3730
|
Thanks for the approvals. Could you merge this soon so I can continue with my follow-up PRs on controllers? |
380622f
into
ros-controls:master
(cherry picked from commit 380622f)
(cherry picked from commit 380622f)
Added the tf prefix helper here instead of control_toolbox. Prefix enabler flag re-added and frame removed from input arguments.
Related PR